All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.AlertPanel

java.lang.Object
   |
   +----com.apple.alpha.app.AlertPanel

public final class AlertPanel
extends Object

Variable Index

 o AlertAlternateReturn
 o AlertDefaultReturn
Return values from the runXXX() methods.
 o AlertErrorReturn
 o AlertOtherReturn

Method Index

 o run(String, String, String, String, String)
The run panel methods...
 o runCritical(String, String, String, String, String)
 o runInformational(String, String, String, String, String)

Variables

 o AlertDefaultReturn
 public static final int AlertDefaultReturn
Return values from the runXXX() methods.

 o AlertAlternateReturn
 public static final int AlertAlternateReturn
 o AlertOtherReturn
 public static final int AlertOtherReturn
 o AlertErrorReturn
 public static final int AlertErrorReturn

Methods

 o run
 public static int run(String title,
                       String message,
                       String defaultButton,
                       String alternateButton,
                       String otherButton)
The run panel methods... correspond to NSRunAlertPanel() and friends.

 o runInformational
 public static int runInformational(String title,
                                    String message,
                                    String defaultButton,
                                    String alternateButton,
                                    String otherButton)
 o runCritical
 public static int runCritical(String title,
                               String message,
                               String defaultButton,
                               String alternateButton,
                               String otherButton)

All Packages  Class Hierarchy  This Package  Previous  Next  Index